home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 028a / unzipem.zip / UNZ.DOC < prev   
Text File  |  1992-01-03  |  4KB  |  92 lines

  1.                              Unzipem
  2.  
  3. Requires: PKUNZIP.EXE and UNZ.COM, both somewhere on your path.
  4.  
  5.  
  6. WHY UNZ?
  7. You can unzip files from the command line, and if you're good at 
  8. typing in filenames, go right ahead.  I make a fair number of 
  9. typing errors, so I'd just as soon pick a file off a list.
  10.  
  11. I have written UNZ as a tool for simplifying unzipping files.  I 
  12. know there are several programs that can do this task, and much 
  13. more besides: ARCMASTER comes to mind, a program I am often happy 
  14. to use.  ARCMASTER is a much more extensive and complete front 
  15. end for PKZIP, PKUNZIP, LIST, and so on.  UNZ is a one-cycle, 
  16. single function program that loads quickly and only does one 
  17. task: calls PKUNZIP and passes it a filename to process. 
  18.  
  19. HOW I WORK WITH *.ZIP FILES
  20. When I make batch downloads from BBSs, after logging off the BBS, 
  21. I go examine the "catch of the day," a collection of *.ZIP files 
  22. that may not have much connection to each other, except that I
  23. wanted to download them.  I move these files, one at a time, from 
  24. my download directory C:\DWNLD to C:\DWNLD\VIEW.  I put one or at 
  25. most two ZIP files in the C:\DWNLD\VIEW directory, where I then  
  26. run UNZ to unzip the file I choose.  After unzipping a single ZIP 
  27. file, the program ends.  This leaves me in the command line where 
  28. I might next want to look at documentation or run the program 
  29. that was just unzipped. 
  30.  
  31. Nothing stays for long in C:\DWNLD\VIEW.  If the uncompressed 
  32. files look useful or interesting, I may test them out or read 
  33. them a while, but soon they must move to a more permanent home or 
  34. be deleted.  When I have finished relocating or throwing away all 
  35. the files in C:\DWNLD\VIEW, then it's time to move the next ZIP 
  36. file in from C:\DWNLD, and start all over again.  
  37.  
  38. I have set UNZ to exit after unzipping a single ZIP file.  This 
  39. supports the way I work -- I don't want to be unzipping bunches 
  40. of unrelated files all into the same directory.  It would make a 
  41. mish-mash.
  42.  
  43. HOW IT WORKS
  44. Call UNZ from any directory that has one or more ZIP files that 
  45. you would like to unzip.  Unzipem is a front end for PKUNZIP, 
  46. written for one specific task.  Unzipem displays one at a time 
  47. the names of all the *.ZIP files, working through the list 
  48. alphabetically.  As it displays each filename, it gives a choice 
  49. among three actions: 
  50.  
  51. "OK" -   unzip the file named in the top line.  
  52.          the screen clears and PKUNZIP uncompresses the 
  53.          files from the ZIP file, then the program exits.
  54.  
  55. "NEXT" - show the name of the next file in the list.                    
  56.          If you keep choosing "NEXT" through the end of 
  57.          the list, this message displays: 
  58.  
  59.          "You have seen all the ZIP files."
  60.          "Choose OK to see the list again."
  61.  
  62. "EXIT" - leave the program.                   
  63.  
  64.  
  65. THE SOURCE CODE
  66. UNZ.BLD contains the source code for Unzipem.  I wrote and 
  67. compiled UNZ in Builder, from Hyperkinetix.  Notice how much the 
  68. code looks like Pascal, except that a lot of its functions are 
  69. related to operating system tasks.  
  70.  
  71. I look forward to any comments, pro or con.  I hope someone finds 
  72. this program useful.  I have only tested UNZ on a few computers.  
  73. While I haven't run into any trouble, it may be too early to say 
  74. as of today's date, 01/3/92.
  75.  
  76. Alfred L. Wallace
  77. Milwaukee, WI
  78.  
  79. on Exec-PC at 414-789-4210
  80. 2400,N,8,1
  81.  
  82. Note: 
  83.  
  84. PKUNZIP.EXE is a shareware program by PKWARE, Inc.
  85.  
  86. UNZ.COM by Alfred L. Wallace, source code in file UNZ.BLD, 
  87. both files in public domain.
  88.  
  89. ARCMASTER is from New-Ware Shareware Products
  90.  
  91.  
  92.